projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66fceb6
)
(struct input_event): FIx typo in previous change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 26 Dec 1993 08:43:36 +0000
(08:43 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 26 Dec 1993 08:43:36 +0000
(08:43 +0000)
src/termhooks.h
patch
|
blob
|
history
diff --git
a/src/termhooks.h
b/src/termhooks.h
index d9abb3e72ceec3289f5ec90bcf26ae7542155b37..65abf51dc1a4df9de993e2ad648885ffdcdbf453 100644
(file)
--- a/
src/termhooks.h
+++ b/
src/termhooks.h
@@
-261,7
+261,7
@@
struct input_event {
/* For an ascii_keystroke, this is the character.
For a non_ascii_keystroke, this is the keysym code.
- For a mouse event, this is the button number.
+ For a mouse event, this is the button number.
*/
int code;
enum scroll_bar_part part;